body{
        color: white;
         background-image: url("./bilder/noFilter.webp");
    background-repeat: no-repeat;
    background-attachment: fixed; 
  background-size: 100% 100%;
    background-size: 100% auto;
    }
    .first { list-style: none;
    padding: 0;
    margin: 0;  
    color: rgb(255, 255, 255); 
     border-radius: 10px;       
    width: 400px;
    margin: 20px auto;
    text-align: center;
background-color: rgba(16, 11, 18, 0.477);}
 header{
    display: flex; 
    gap: 40px;
       background-color: rgba(16, 11, 18, 0.477);
       color: white;
       justify-content: center;
       font-size: 20px;
       padding: 10px;
      
 }